How do you set authentication mode in the ASP.NET application?
2455
25-Oct-2010
Pushpendra Singh
26-Oct-2010You can set authentication mode using web.config file.
<authentication mode="windows">
<authentication mode="passport">
<authentication mode="forms">